home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 March / Designer's Club 1997 March.iso / pc / ideasrc / gallery.dir / 00016_Script_16 < prev    next >
Text File  |  1997-02-05  |  446b  |  19 lines

  1. on startmovie
  2.   global gallery
  3.   set gallery = "slideshow"
  4. end
  5.  
  6. on keyDown 
  7.   if the key = 1 then set the soundLevel to (1)
  8.   if the key = 2 then set the soundLevel to (2)
  9.   if the key = 3 then set the soundLevel to (3)
  10.   if the key = 4 then set the soundLevel to (4)
  11.   if the key = 5 then set the soundLevel to (5)
  12.   if the key = 6 then set the soundLevel to (6)
  13.   if the key = 7 then set the soundLevel to (7)
  14. end keydown
  15.  
  16.  
  17.  
  18.  
  19.